-
Notifications
You must be signed in to change notification settings - Fork 1.3k
upgrade pitest version and add jvmArg #2126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@tehtea Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@tehtea Thank you for signing the Contributor License Agreement! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this. Just one question, see in code
pom.xml
Outdated
@@ -435,7 +435,7 @@ | |||
<plugin> | |||
<groupId>org.pitest</groupId> | |||
<artifactId>pitest-maven</artifactId> | |||
<version>1.5.2</version> | |||
<version>1.6.4</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason not to use the latest version 1.7.5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, yeah you're right, was only trying 1.6.4 initially since that was the earliest version that worked. Changed it accordingly again, it works fine now
Smoke test output:
|
com/spring-projects/spring-data-elasticsearch/issues). Add the issue number to the Closes #issue-number line below
Closes #2125